home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / Apps / Graphics / Draw / HippoDraw1.1 / README < prev   
Text File  |  1992-12-25  |  3KB  |  66 lines

  1.  * Copyright (C)  1991  The Board of Trustees of  
  2.  * The Leland Stanford Junior University.  All Rights Reserved.
  3.  
  4.                                Disclaimer Notice
  5.      
  6.         The items furnished herewith were developed under the sponsorship
  7.    of the U.S. Government.  Neither the U.S., nor the U.S. D.O.E., nor the
  8.    Leland Stanford Junior University, nor their employees, makes any war-
  9.    ranty, express or implied, or assumes any liability or responsibility
  10.    for accuracy, completeness or usefulness of any information, apparatus,
  11.    product or process disclosed, or represents that its use will not in-
  12.    fringe privately-owned rights.  Mention of any product, its manufactur-
  13.    er, or suppliers shall not, nor is it intended to, imply approval, dis-
  14.    approval, or fitness for any particular use.  The U.S. and the Univer-
  15.    sity at all times retain the right to use and disseminate the furnished
  16.    items for any purpose whatsoever.                       Notice 91 02 01
  17.  
  18.  
  19.  
  20.    HippoDraw is a combination of the Hippoplotamus n-tuple management 
  21. and display package and the Draw application.   To Draw, a new class
  22. of graphic objects called Plots were added.   One can import a data 
  23. file and view the data as histograms, scatter plots, grey or color
  24. scale density plots, or simple x-y plots.   Being graphics objects
  25. like others in Draw, these plots can be re-sized, moved and annotated
  26. on the drawing canvas.   HippoDraw also supports cuts on data whereby
  27. data is plotted from one column of the data only if data is within
  28. a certain range in another column.
  29.  
  30.    MANIFEST
  31.  
  32. HippoDraw    The application ready to run
  33. HippoDraw.ps    The documentation.   Please read at least the tutorial in it.
  34. aptuple.hippo    A sample data file.
  35. README        This file.
  36.  
  37.    
  38.    INSTALLATION.
  39.    
  40.    Just drag and drop HippoDraw into your ~/Apps, or /LocalApps.   The sample n-tuple file, aptuple.hippo, can be placed anywhere.
  41.    
  42.    BUG REPORTS
  43.    
  44.    Send bug reports to Hippo_Bug@ebnextk.slac.stanford.edu.   Please bug reports only to this e-mail address and try to be specific on how we can reproduce your bug.   Comments, suggestions, questions, criticisms, etc. should be mailed to Hippo_Comment@ebnextk.slac.stanford.edu.   Also if you are using HippoDraw, please register your copy by sending e-mail to this address, so we can inform you about future releases.
  45.  
  46.    Hippoplotamus
  47.  
  48.    The Hippoplotamus package consists of n-tuple management and display
  49. package and utilities for creating and converting hippo format files.
  50. It is written in ANSI C and runs on most UNIX platforms as well as
  51. DEC VAX/VMS and IBM VM/CMS.   Hippo binary files are saved with XDR so
  52. files can be moved between machines of different architecture.   Output
  53. drivers exist for not only Display PostScript (used by HippoDraw) but
  54. also X11, X with InterViews, UNIXPlot, line printer and PostScript
  55. printers.   The sources for Hippoplotamus can be obtained by anonymous
  56. ftp from the same site you received HippoDraw or from
  57. heplib.slac.stanford.edu in the directory /pub/sources.
  58.    
  59.    HippoDraw subproject
  60.    
  61.    HippoDraw can be incorporated in other applications as a subproj with the Interface builder.   So your application can generate the n-tuple and have all the facilities of HippoDraw to view them.   To do this, you'll need the
  62. obtain the source code via anonymous ftp from the same place
  63. you received HippoDraw or from
  64. heplib.slac.stanford.edu in the directory /pub/sources
  65.    
  66.